{timelineName}_tooltip

提供包含已安排事件的日期单元格的tooltip文本

startDate事件开始的日期
endDate事件结束的日期
eventobject事件对象

Available only in PRO Edition

Example

scheduler.templates.timeline_tooltip = function(start,end,event){
    return event.text;
};

Applicable views:Timeline 视图
Details

该模板仅在启用timeline插件时有效。

See also
返回顶部